ICoordinateCalculator<T> Interface Methods

For a list of all members of this type, see ICoordinateCalculator<T> members.

Public Methods
 NameDescription
 MethodOverloaded.  Transforms the DateTime data value into a pixel coordinate.  
 MethodOverloaded.  Transforms a data values into a pixel coordinates.  
 Method Transforms a pixel coordinate into a data value.  
 Method Returns the native counterpart of this instance, if supported; otherwise null.  
 MethodOverloaded. Translates the min and max of the input range by the specified data value. Specific implementations of ICoordinateCalculator<T> such as DoubleCoordinateCalculator, LogarithmicDoubleCoordinateCalculator and CategoryCoordinateCalculator will treat this differently.  
Top
See Also